2. User Docs¶
Contents:
- 2.1. Obtaining the Static Analyzer
- 2.2. Command Line Usage: scan-build and CodeChecker
- 2.3. Configuring the Analyzer
- 2.4. Running the analyzer within Xcode
- 2.5. Filing Bugs and Feature Requests
- 2.6. Cross Translation Unit (CTU) Analysis
- 2.7. Taint Analysis Configuration
- 2.8. Source Annotations
- 2.9. FAQ and How to Deal with Common False Positives
- 2.9.1. Custom Assertions
- 2.9.2. Null Pointer Dereference
- 2.9.3. Dead Store
- 2.9.4. Unused Instance Variable
- 2.9.5. Unlocalized String
- 2.9.6. Dealloc in Manual Retain/Release
- 2.9.7. Deciding Nullability
- 2.9.8. Intentional Nullability Violation
- 2.9.9. Ensuring Loop Body Execution
- 2.9.10. Suppressing Specific Warnings
- 2.9.11. Excluding Code from Analysis